You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
virajjasani
changed the title
HDFS-15982. WebHdfs REST API to consider default value of skiptrash true (ADDENDUM)
HDFS-15982. HTTP API to consider default value of skiptrash true (ADDENDUM)
May 5, 2021
FYI @ayushtkn@jojochuang, addendum to consider default value of skiptrash true and thereby making HDFS-15982 compatible w.r.t DELETE API's behaviour by default.
@jojochuang
I have objections here. First regarding the use of default FileSystem, if the path is using the different FileSystem and the default FileSystem is different.
Second, In case of RBF, when this is enabled, I doubt its working, the resolution of path with respect to mount entry.
Third, Daryn told about some issues, which weren't cleared out, what were they.
Fourth, I haven't checked but what are the memory implications of using this, If we are having too many calls together, will we be creating a lot of FS and Conf objects, If you can tell that, and couple of things on the jira itself, if you can help clarify, else we should rework this jira from scratch.
Fifth, Once this is disabled by default, apart from UI, does it find relevance. To me No
And I don't feel this should make its way to 3.3.1, considering it is a stable release, this is not a bug and we don't have time to see, what resistance this can offer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.